# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.5

# Default target executed when no arguments are given to make.
default_target: all

.PHONY : default_target

# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:


#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canonical targets will work.
.SUFFIXES:


# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =

.SUFFIXES: .hpux_make_needs_suffix_list


# Suppress display of executed commands.
$(VERBOSE).SILENT:


# A target that is always out of date.
cmake_force:

.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake

# The command to remove a file.
RM = /usr/bin/cmake -E remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/sujito/Fall2018/DynamicTriad/core/graph

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/sujito/Fall2018/DynamicTriad/core/mygraph-build

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
	/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache

.PHONY : edit_cache/fast

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache

.PHONY : rebuild_cache/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/sujito/Fall2018/DynamicTriad/core/mygraph-build/CMakeFiles /home/sujito/Fall2018/DynamicTriad/core/mygraph-build/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/sujito/Fall2018/DynamicTriad/core/mygraph-build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named mygraph

# Build rule for target.
mygraph: cmake_check_build_system
	$(MAKE) -f CMakeFiles/Makefile2 mygraph
.PHONY : mygraph

# fast build rule for target.
mygraph/fast:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/build
.PHONY : mygraph/fast

exception.o: exception.cpp.o

.PHONY : exception.o

# target to build an object file
exception.cpp.o:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/exception.cpp.o
.PHONY : exception.cpp.o

exception.i: exception.cpp.i

.PHONY : exception.i

# target to preprocess a source file
exception.cpp.i:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/exception.cpp.i
.PHONY : exception.cpp.i

exception.s: exception.cpp.s

.PHONY : exception.s

# target to generate assembly for a file
exception.cpp.s:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/exception.cpp.s
.PHONY : exception.cpp.s

graph.o: graph.cpp.o

.PHONY : graph.o

# target to build an object file
graph.cpp.o:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/graph.cpp.o
.PHONY : graph.cpp.o

graph.i: graph.cpp.i

.PHONY : graph.i

# target to preprocess a source file
graph.cpp.i:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/graph.cpp.i
.PHONY : graph.cpp.i

graph.s: graph.cpp.s

.PHONY : graph.s

# target to generate assembly for a file
graph.cpp.s:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/graph.cpp.s
.PHONY : graph.cpp.s

graph_pywrapper.o: graph_pywrapper.cpp.o

.PHONY : graph_pywrapper.o

# target to build an object file
graph_pywrapper.cpp.o:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/graph_pywrapper.cpp.o
.PHONY : graph_pywrapper.cpp.o

graph_pywrapper.i: graph_pywrapper.cpp.i

.PHONY : graph_pywrapper.i

# target to preprocess a source file
graph_pywrapper.cpp.i:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/graph_pywrapper.cpp.i
.PHONY : graph_pywrapper.cpp.i

graph_pywrapper.s: graph_pywrapper.cpp.s

.PHONY : graph_pywrapper.s

# target to generate assembly for a file
graph_pywrapper.cpp.s:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/graph_pywrapper.cpp.s
.PHONY : graph_pywrapper.cpp.s

ioutils.o: ioutils.cpp.o

.PHONY : ioutils.o

# target to build an object file
ioutils.cpp.o:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/ioutils.cpp.o
.PHONY : ioutils.cpp.o

ioutils.i: ioutils.cpp.i

.PHONY : ioutils.i

# target to preprocess a source file
ioutils.cpp.i:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/ioutils.cpp.i
.PHONY : ioutils.cpp.i

ioutils.s: ioutils.cpp.s

.PHONY : ioutils.s

# target to generate assembly for a file
ioutils.cpp.s:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/ioutils.cpp.s
.PHONY : ioutils.cpp.s

nodemap.o: nodemap.cpp.o

.PHONY : nodemap.o

# target to build an object file
nodemap.cpp.o:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/nodemap.cpp.o
.PHONY : nodemap.cpp.o

nodemap.i: nodemap.cpp.i

.PHONY : nodemap.i

# target to preprocess a source file
nodemap.cpp.i:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/nodemap.cpp.i
.PHONY : nodemap.cpp.i

nodemap.s: nodemap.cpp.s

.PHONY : nodemap.s

# target to generate assembly for a file
nodemap.cpp.s:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/nodemap.cpp.s
.PHONY : nodemap.cpp.s

nodeset.o: nodeset.cpp.o

.PHONY : nodeset.o

# target to build an object file
nodeset.cpp.o:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/nodeset.cpp.o
.PHONY : nodeset.cpp.o

nodeset.i: nodeset.cpp.i

.PHONY : nodeset.i

# target to preprocess a source file
nodeset.cpp.i:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/nodeset.cpp.i
.PHONY : nodeset.cpp.i

nodeset.s: nodeset.cpp.s

.PHONY : nodeset.s

# target to generate assembly for a file
nodeset.cpp.s:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/nodeset.cpp.s
.PHONY : nodeset.cpp.s

types.o: types.cpp.o

.PHONY : types.o

# target to build an object file
types.cpp.o:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/types.cpp.o
.PHONY : types.cpp.o

types.i: types.cpp.i

.PHONY : types.i

# target to preprocess a source file
types.cpp.i:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/types.cpp.i
.PHONY : types.cpp.i

types.s: types.cpp.s

.PHONY : types.s

# target to generate assembly for a file
types.cpp.s:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/types.cpp.s
.PHONY : types.cpp.s

utils.o: utils.cpp.o

.PHONY : utils.o

# target to build an object file
utils.cpp.o:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/utils.cpp.o
.PHONY : utils.cpp.o

utils.i: utils.cpp.i

.PHONY : utils.i

# target to preprocess a source file
utils.cpp.i:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/utils.cpp.i
.PHONY : utils.cpp.i

utils.s: utils.cpp.s

.PHONY : utils.s

# target to generate assembly for a file
utils.cpp.s:
	$(MAKE) -f CMakeFiles/mygraph.dir/build.make CMakeFiles/mygraph.dir/utils.cpp.s
.PHONY : utils.cpp.s

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... edit_cache"
	@echo "... rebuild_cache"
	@echo "... mygraph"
	@echo "... exception.o"
	@echo "... exception.i"
	@echo "... exception.s"
	@echo "... graph.o"
	@echo "... graph.i"
	@echo "... graph.s"
	@echo "... graph_pywrapper.o"
	@echo "... graph_pywrapper.i"
	@echo "... graph_pywrapper.s"
	@echo "... ioutils.o"
	@echo "... ioutils.i"
	@echo "... ioutils.s"
	@echo "... nodemap.o"
	@echo "... nodemap.i"
	@echo "... nodemap.s"
	@echo "... nodeset.o"
	@echo "... nodeset.i"
	@echo "... nodeset.s"
	@echo "... types.o"
	@echo "... types.i"
	@echo "... types.s"
	@echo "... utils.o"
	@echo "... utils.i"
	@echo "... utils.s"
.PHONY : help



#=============================================================================
# Special targets to cleanup operation of make.

# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

